﻿2026-07-01T21:38:31.0686408Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-01T21:38:31.0686817Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-01T21:38:31.0687043Z [36;1m$PIN = "0c95435"[0m
2026-07-01T21:38:31.0687272Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-01T21:38:31.0687529Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-01T21:38:31.0687893Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-01T21:38:31.0688745Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-01T21:38:31.0689117Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-01T21:38:31.0689391Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-01T21:38:31.0689638Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-01T21:38:31.0689916Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-01T21:38:31.0690233Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-01T21:38:31.0690476Z [36;1m}[0m
2026-07-01T21:38:31.0690666Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-01T21:38:31.0690912Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-01T21:38:31.0754984Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-01T21:38:31.0755351Z ##[endgroup]
2026-07-01T21:38:31.9053809Z    Compiling proc-macro2 v1.0.106
2026-07-01T21:38:31.9054163Z    Compiling unicode-ident v1.0.24
2026-07-01T21:38:31.9054429Z    Compiling quote v1.0.45
2026-07-01T21:38:31.9054641Z    Compiling cfg-if v1.0.4
2026-07-01T21:38:31.9055065Z    Compiling serde_core v1.0.228
2026-07-01T21:38:31.9055617Z    Compiling serde v1.0.228
2026-07-01T21:38:31.9055890Z    Compiling windows-link v0.2.1
2026-07-01T21:38:31.9056631Z    Compiling portable-atomic v1.13.1
2026-07-01T21:38:31.9057706Z    Compiling typenum v1.20.1
2026-07-01T21:38:31.9058289Z    Compiling getrandom v0.3.4
2026-07-01T21:38:31.9058878Z    Compiling version_check v0.9.5
2026-07-01T21:38:31.9059563Z    Compiling pin-project-lite v0.2.17
2026-07-01T21:38:31.9060281Z    Compiling shlex v2.0.1
2026-07-01T21:38:31.9061043Z    Compiling critical-section v1.2.0
2026-07-01T21:38:31.9065163Z    Compiling find-msvc-tools v0.1.9
2026-07-01T21:38:31.9073409Z    Compiling memchr v2.8.1
2026-07-01T21:38:31.9788227Z    Compiling windows-sys v0.61.2
2026-07-01T21:38:32.0048241Z    Compiling subtle v2.6.1
2026-07-01T21:38:32.0100891Z    Compiling smallvec v1.15.1
2026-07-01T21:38:32.0152835Z    Compiling equivalent v1.0.2
2026-07-01T21:38:32.0528564Z    Compiling futures-core v0.3.32
2026-07-01T21:38:32.1258769Z    Compiling itoa v1.0.18
2026-07-01T21:38:32.1352404Z    Compiling bytes v1.11.1
2026-07-01T21:38:32.2282970Z    Compiling semver v1.0.28
2026-07-01T21:38:32.2557264Z    Compiling stable_deref_trait v1.2.1
2026-07-01T21:38:32.2641543Z    Compiling log v0.4.32
2026-07-01T21:38:32.3211107Z    Compiling futures-io v0.3.32
2026-07-01T21:38:32.3376355Z    Compiling futures-sink v0.3.32
2026-07-01T21:38:32.3556123Z    Compiling generic-array v0.14.7
2026-07-01T21:38:32.4641192Z    Compiling slab v0.4.12
2026-07-01T21:38:32.4810204Z    Compiling hashbrown v0.17.1
2026-07-01T21:38:32.5425528Z    Compiling rustc_version v0.4.1
2026-07-01T21:38:32.5699525Z    Compiling futures-channel v0.3.32
2026-07-01T21:38:32.6164213Z    Compiling futures-task v0.3.32
2026-07-01T21:38:32.6336374Z    Compiling rustversion v1.0.22
2026-07-01T21:38:32.6450710Z    Compiling getrandom v0.2.17
2026-07-01T21:38:32.7290356Z    Compiling jobserver v0.1.34
2026-07-01T21:38:32.7782763Z    Compiling cpufeatures v0.2.17
2026-07-01T21:38:32.8013862Z    Compiling fnv v1.0.7
2026-07-01T21:38:32.8014495Z    Compiling libc v0.2.186
2026-07-01T21:38:32.8473510Z    Compiling cfg_aliases v0.2.1
2026-07-01T21:38:32.8583669Z    Compiling rand_core v0.10.1
2026-07-01T21:38:32.9271342Z    Compiling cc v1.2.63
2026-07-01T21:38:32.9436649Z    Compiling strsim v0.11.1
2026-07-01T21:38:32.9458894Z    Compiling autocfg v1.5.1
2026-07-01T21:38:32.9758526Z    Compiling writeable v0.6.3
2026-07-01T21:38:33.0408987Z    Compiling litemap v0.8.2
2026-07-01T21:38:33.0409496Z    Compiling icu_properties_data v2.2.0
2026-07-01T21:38:33.0409924Z    Compiling ident_case v1.0.1
2026-07-01T21:38:33.1654557Z    Compiling syn v2.0.117
2026-07-01T21:38:33.1903122Z    Compiling getrandom v0.4.2
2026-07-01T21:38:33.2012449Z    Compiling icu_normalizer_data v2.2.0
2026-07-01T21:38:33.2477055Z    Compiling indexmap v2.14.0
2026-07-01T21:38:33.2710988Z    Compiling utf8_iter v1.0.4
2026-07-01T21:38:33.2929631Z    Compiling fs_extra v1.3.0
2026-07-01T21:38:33.3721272Z    Compiling dunce v1.0.5
2026-07-01T21:38:33.4519093Z    Compiling percent-encoding v2.3.2
2026-07-01T21:38:33.4663406Z    Compiling http v1.4.1
2026-07-01T21:38:33.5533418Z    Compiling cpufeatures v0.3.0
2026-07-01T21:38:33.5533903Z    Compiling aws-lc-rs v1.17.0
2026-07-01T21:38:33.5676597Z    Compiling thiserror v2.0.18
2026-07-01T21:38:33.6213754Z    Compiling crypto-common v0.1.7
2026-07-01T21:38:33.6548703Z    Compiling unicode-segmentation v1.13.3
2026-07-01T21:38:33.6992730Z    Compiling scopeguard v1.2.0
2026-07-01T21:38:33.7280480Z    Compiling form_urlencoded v1.2.2
2026-07-01T21:38:33.7339816Z    Compiling chacha20 v0.10.0
2026-07-01T21:38:33.7450577Z    Compiling block-buffer v0.10.4
2026-07-01T21:38:33.7617957Z    Compiling cmake v0.1.58
2026-07-01T21:38:33.8694626Z    Compiling lock_api v0.4.14
2026-07-01T21:38:33.9017472Z    Compiling untrusted v0.9.0
2026-07-01T21:38:33.9132782Z    Compiling bitflags v2.12.1
2026-07-01T21:38:33.9286972Z    Compiling winapi v0.3.9
2026-07-01T21:38:33.9731404Z    Compiling digest v0.10.7
2026-07-01T21:38:33.9966952Z    Compiling rand v0.10.1
2026-07-01T21:38:34.0304796Z    Compiling num-traits v0.2.19
2026-07-01T21:38:34.0881872Z    Compiling windows-result v0.4.1
2026-07-01T21:38:34.0882465Z    Compiling windows-strings v0.5.1
2026-07-01T21:38:34.1577219Z    Compiling rustls v0.23.40
2026-07-01T21:38:34.1647702Z    Compiling heck v0.5.0
2026-07-01T21:38:34.1909562Z    Compiling convert_case v0.10.0
2026-07-01T21:38:34.2030189Z    Compiling const-oid v0.10.2
2026-07-01T21:38:34.2867317Z    Compiling unicode-xid v0.2.6
2026-07-01T21:38:34.3259151Z    Compiling atomic-waker v1.1.2
2026-07-01T21:38:34.4298168Z    Compiling anyhow v1.0.102
2026-07-01T21:38:34.4404677Z    Compiling httparse v1.10.1
2026-07-01T21:38:34.4929741Z    Compiling parking_lot_core v0.9.12
2026-07-01T21:38:34.4996858Z    Compiling zerocopy v0.8.50
2026-07-01T21:38:34.5079717Z    Compiling http-body v1.0.1
2026-07-01T21:38:34.5407787Z    Compiling curve25519-dalek v4.1.3
2026-07-01T21:38:34.6083646Z    Compiling hybrid-array v0.4.12
2026-07-01T21:38:34.6660667Z    Compiling ahash v0.8.12
2026-07-01T21:38:34.7211040Z    Compiling either v1.16.0
2026-07-01T21:38:34.9446823Z    Compiling base64ct v1.8.3
2026-07-01T21:38:34.9735891Z    Compiling aws-lc-sys v0.41.0
2026-07-01T21:38:34.9904561Z    Compiling ring v0.17.14
2026-07-01T21:38:35.0005200Z    Compiling powerfmt v0.2.0
2026-07-01T21:38:35.0017102Z    Compiling fastrand v2.4.1
2026-07-01T21:38:35.1981817Z    Compiling pem-rfc7468 v1.0.0
2026-07-01T21:38:35.1982373Z    Compiling deranged v0.5.8
2026-07-01T21:38:35.2945285Z    Compiling rand_core v0.6.4
2026-07-01T21:38:35.2954463Z    Compiling time-core v0.1.8
2026-07-01T21:38:35.3038741Z    Compiling tower-service v0.3.3
2026-07-01T21:38:35.4681025Z    Compiling vcpkg v0.2.15
2026-07-01T21:38:35.4736363Z    Compiling zmij v1.0.21
2026-07-01T21:38:35.4836974Z    Compiling tinyvec_macros v0.1.1
2026-07-01T21:38:35.5781371Z    Compiling base64 v0.22.1
2026-07-01T21:38:35.5790469Z    Compiling try-lock v0.2.5
2026-07-01T21:38:35.6000425Z    Compiling pkg-config v0.3.33
2026-07-01T21:38:35.6063107Z    Compiling num-conv v0.2.2
2026-07-01T21:38:35.6556281Z    Compiling data-encoding v2.11.0
2026-07-01T21:38:35.6822686Z    Compiling want v0.3.1
2026-07-01T21:38:35.7044185Z    Compiling tinyvec v1.11.0
2026-07-01T21:38:35.7659254Z    Compiling parking_lot v0.12.5
2026-07-01T21:38:35.8260462Z    Compiling crypto-common v0.2.2
2026-07-01T21:38:35.8937407Z    Compiling block-buffer v0.12.0
2026-07-01T21:38:36.0037076Z    Compiling sha2 v0.10.9
2026-07-01T21:38:36.0338264Z    Compiling vergen-lib v9.1.0
2026-07-01T21:38:36.0918243Z    Compiling inout v0.1.4
2026-07-01T21:38:36.1260188Z    Compiling n0-future v0.3.2
2026-07-01T21:38:36.2549640Z    Compiling spin v0.10.0
2026-07-01T21:38:36.3457150Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-01T21:38:36.3980607Z    Compiling serde_json v1.0.150
2026-07-01T21:38:36.4378653Z    Compiling signature v2.2.0
2026-07-01T21:38:36.4697971Z    Compiling libsqlite3-sys v0.30.1
2026-07-01T21:38:36.5097892Z    Compiling httpdate v1.0.3
2026-07-01T21:38:36.5251258Z    Compiling parking v2.2.1
2026-07-01T21:38:36.5399605Z    Compiling cordyceps v0.3.4
2026-07-01T21:38:36.5722603Z    Compiling crossbeam-utils v0.8.21
2026-07-01T21:38:36.6040905Z    Compiling diatomic-waker v0.2.3
2026-07-01T21:38:36.7079950Z    Compiling winnow v1.0.3
2026-07-01T21:38:36.7960844Z    Compiling futures-buffered v0.2.13
2026-07-01T21:38:36.8029447Z    Compiling digest v0.11.3
2026-07-01T21:38:36.8058535Z    Compiling futures-lite v2.6.1
2026-07-01T21:38:36.8368636Z    Compiling ed25519 v2.2.3
2026-07-01T21:38:36.9828581Z    Compiling cipher v0.4.4
2026-07-01T21:38:36.9889280Z    Compiling vergen-lib v0.1.6
2026-07-01T21:38:37.0242343Z    Compiling vergen v9.1.0
2026-07-01T21:38:37.0475952Z    Compiling universal-hash v0.5.1
2026-07-01T21:38:37.0920772Z    Compiling synstructure v0.13.2
2026-07-01T21:38:37.1667175Z    Compiling darling_core v0.20.11
2026-07-01T21:38:37.2592448Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-01T21:38:37.3344503Z    Compiling heapless v0.7.17
2026-07-01T21:38:37.3914168Z    Compiling noq-udp v0.10.0
2026-07-01T21:38:37.3914802Z    Compiling sync_wrapper v1.0.2
2026-07-01T21:38:37.4477266Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-01T21:38:37.4783021Z    Compiling allocator-api2 v0.2.21
2026-07-01T21:38:37.5058076Z    Compiling byteorder v1.5.0
2026-07-01T21:38:37.5623828Z    Compiling opaque-debug v0.3.1
2026-07-01T21:38:37.6336433Z    Compiling polyval v0.6.2
2026-07-01T21:38:37.6993736Z    Compiling hash32 v0.2.1
2026-07-01T21:38:37.8615043Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-01T21:38:37.8733659Z    Compiling spin v0.9.8
2026-07-01T21:38:37.8860216Z    Compiling vergen-gitcl v1.0.8
2026-07-01T21:38:37.9077634Z    Compiling windows-threading v0.2.1
2026-07-01T21:38:37.9414362Z    Compiling tower-layer v0.3.3
2026-07-01T21:38:37.9913967Z    Compiling ryu v1.0.23
2026-07-01T21:38:38.0518753Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-01T21:38:38.1316043Z    Compiling signature v3.0.0
2026-07-01T21:38:38.1316608Z    Compiling fallible-iterator v0.3.0
2026-07-01T21:38:38.1965656Z    Compiling windows-targets v0.52.6
2026-07-01T21:38:38.2011916Z    Compiling ghash v0.5.1
2026-07-01T21:38:38.2159542Z    Compiling ctr v0.9.2
2026-07-01T21:38:38.2842485Z    Compiling aes v0.8.4
2026-07-01T21:38:38.2843028Z    Compiling fs2 v0.4.3
2026-07-01T21:38:38.3485381Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-01T21:38:38.3861325Z    Compiling sha2 v0.11.0-rc.5
2026-07-01T21:38:38.4984935Z    Compiling time v0.3.47
2026-07-01T21:38:38.4985525Z    Compiling http-body-util v0.1.3
2026-07-01T21:38:38.5088866Z    Compiling aead v0.5.2
2026-07-01T21:38:38.6554155Z    Compiling widestring v1.2.1
2026-07-01T21:38:38.6784967Z    Compiling ipconfig v0.3.4
2026-07-01T21:38:38.7846448Z    Compiling utf8parse v0.2.2
2026-07-01T21:38:38.8893569Z    Compiling arrayvec v0.7.6
2026-07-01T21:38:38.9062332Z    Compiling aes-gcm v0.10.3
2026-07-01T21:38:38.9962767Z    Compiling proc-macro-crate v3.5.0
2026-07-01T21:38:39.0594989Z    Compiling crossbeam-epoch v0.9.18
2026-07-01T21:38:39.0876614Z    Compiling crossbeam-channel v0.5.15
2026-07-01T21:38:39.0914239Z    Compiling windows-sys v0.59.0
2026-07-01T21:38:39.3234281Z    Compiling blake3 v1.8.5
2026-07-01T21:38:39.4858429Z    Compiling serde_derive v1.0.228
2026-07-01T21:38:39.4926082Z    Compiling zeroize_derive v1.4.3
2026-07-01T21:38:39.5160359Z    Compiling zerofrom-derive v0.1.7
2026-07-01T21:38:39.5896119Z    Compiling tokio-macros v2.7.0
2026-07-01T21:38:39.6106204Z    Compiling yoke-derive v0.8.2
2026-07-01T21:38:39.6290767Z    Compiling futures-macro v0.3.32
2026-07-01T21:38:39.6964420Z    Compiling zerovec-derive v0.11.3
2026-07-01T21:38:39.7165769Z    Compiling displaydoc v0.2.6
2026-07-01T21:38:39.7483240Z    Compiling tracing-attributes v0.1.31
2026-07-01T21:38:40.1350116Z    Compiling socket2 v0.6.4
2026-07-01T21:38:40.1605129Z    Compiling zeroize v1.8.2
2026-07-01T21:38:40.2187931Z    Compiling mio v1.2.1
2026-07-01T21:38:40.3751681Z    Compiling thiserror-impl v2.0.18
2026-07-01T21:38:40.4934492Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-01T21:38:40.5116859Z    Compiling futures-util v0.3.32
2026-07-01T21:38:40.5533335Z    Compiling rustls-pki-types v1.14.1
2026-07-01T21:38:40.5558109Z    Compiling darling_macro v0.20.11
2026-07-01T21:38:40.8529573Z    Compiling tokio v1.52.3
2026-07-01T21:38:41.0218061Z    Compiling derive_more-impl v2.1.1
2026-07-01T21:38:41.0524224Z    Compiling windows-interface v0.59.3
2026-07-01T21:38:41.0713744Z    Compiling darling v0.20.11
2026-07-01T21:38:41.1137330Z    Compiling zerofrom v0.1.8
2026-07-01T21:38:41.2499261Z    Compiling windows-implement v0.60.2
2026-07-01T21:38:41.3275207Z    Compiling spez v0.1.2
2026-07-01T21:38:41.3823066Z    Compiling yoke v0.8.3
2026-07-01T21:38:41.4140094Z    Compiling derive_builder_core v0.20.2
2026-07-01T21:38:41.4267240Z    Compiling n0-error-macros v0.1.3
2026-07-01T21:38:41.4968978Z    Compiling der v0.8.0-rc.10
2026-07-01T21:38:41.7812266Z    Compiling zerovec v0.11.6
2026-07-01T21:38:41.7974014Z    Compiling zerotrie v0.2.4
2026-07-01T21:38:41.8912494Z    Compiling pin-project-internal v1.1.13
2026-07-01T21:38:42.0993964Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-01T21:38:42.1687692Z    Compiling windows-core v0.62.2
2026-07-01T21:38:42.2523850Z    Compiling postcard-derive v0.2.2
2026-07-01T21:38:42.2802789Z    Compiling cobs v0.3.0
2026-07-01T21:38:42.3327860Z    Compiling num_enum_derive v0.7.6
2026-07-01T21:38:42.4521679Z    Compiling tinystr v0.8.3
2026-07-01T21:38:42.4910545Z    Compiling potential_utf v0.1.5
2026-07-01T21:38:42.5559219Z    Compiling n0-error v0.1.3
2026-07-01T21:38:42.6111747Z    Compiling icu_collections v2.2.0
2026-07-01T21:38:42.6738278Z    Compiling icu_locale_core v2.2.0
2026-07-01T21:38:42.7005060Z    Compiling derive_builder_macro v0.20.2
2026-07-01T21:38:42.7005734Z    Compiling spki v0.8.0-rc.4
2026-07-01T21:38:42.8352988Z    Compiling ed25519-dalek v2.2.0
2026-07-01T21:38:42.9575673Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-01T21:38:43.0228113Z    Compiling spt-proto v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-01T21:38:43.1036670Z    Compiling derive_builder v0.20.2
2026-07-01T21:38:43.1370401Z    Compiling windows-numerics v0.3.1
2026-07-01T21:38:43.1910355Z    Compiling windows-future v0.3.2
2026-07-01T21:38:43.2117899Z    Compiling windows-collections v0.3.2
2026-07-01T21:38:43.2216656Z    Compiling pin-project v1.1.13
2026-07-01T21:38:43.3977721Z    Compiling futures-executor v0.3.32
2026-07-01T21:38:43.4387885Z    Compiling data-encoding-macro v0.1.20
2026-07-01T21:38:43.4781291Z    Compiling strum_macros v0.28.0
2026-07-01T21:38:43.4894624Z    Compiling iroh-metrics-derive v0.4.1
2026-07-01T21:38:43.5983584Z    Compiling icu_provider v2.2.0
2026-07-01T21:38:43.6788031Z    Compiling futures v0.3.32
2026-07-01T21:38:43.7607632Z    Compiling async-trait v0.1.89
2026-07-01T21:38:43.7638519Z    Compiling enum-assoc v1.3.0
2026-07-01T21:38:43.7644961Z    Compiling windows-registry v0.6.1
2026-07-01T21:38:43.7765136Z    Compiling windows v0.62.2
2026-07-01T21:38:43.8094193Z    Compiling uuid v1.23.2
2026-07-01T21:38:44.0529745Z    Compiling icu_properties v2.2.0
2026-07-01T21:38:44.0744424Z    Compiling icu_normalizer v2.2.0
2026-07-01T21:38:44.0780802Z    Compiling ipnet v2.12.0
2026-07-01T21:38:44.1170122Z    Compiling ed25519 v3.0.0-rc.4
2026-07-01T21:38:44.4129764Z    Compiling prefix-trie v0.8.4
2026-07-01T21:38:44.5262754Z    Compiling once_cell v1.21.4
2026-07-01T21:38:44.6075596Z    Compiling chrono v0.4.45
2026-07-01T21:38:44.7945058Z    Compiling tracing-core v0.1.36
2026-07-01T21:38:44.9106297Z    Compiling memoffset v0.6.5
2026-07-01T21:38:44.9189510Z    Compiling acto v0.8.2
2026-07-01T21:38:44.9854960Z    Compiling tokio-util v0.7.18
2026-07-01T21:38:45.0471594Z    Compiling hashbrown v0.14.5
2026-07-01T21:38:45.0656609Z    Compiling tower v0.5.3
2026-07-01T21:38:45.1711425Z    Compiling postcard v1.1.3
2026-07-01T21:38:45.1851418Z    Compiling tracing v0.1.44
2026-07-01T21:38:45.1998883Z    Compiling netwatch v0.16.0
2026-07-01T21:38:45.2097859Z    Compiling derive_more v2.1.1
2026-07-01T21:38:45.2608828Z    Compiling idna_adapter v1.2.2
2026-07-01T21:38:45.4340535Z    Compiling idna v1.1.0
2026-07-01T21:38:45.5946343Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-01T21:38:45.6203326Z    Compiling noq v0.18.0
2026-07-01T21:38:45.6714796Z    Compiling hashlink v0.9.1
2026-07-01T21:38:45.6791873Z    Compiling tagptr v0.2.0
2026-07-01T21:38:45.6792370Z    Compiling sorted-index-buffer v0.2.1
2026-07-01T21:38:45.7305396Z    Compiling h2 v0.4.14
2026-07-01T21:38:45.8444773Z    Compiling url v2.5.8
2026-07-01T21:38:45.8843457Z    Compiling xml-rs v0.8.28
2026-07-01T21:38:45.8887751Z    Compiling identity-hash v0.1.0
2026-07-01T21:38:45.9890502Z    Compiling rusqlite v0.32.1
2026-07-01T21:38:46.0142973Z    Compiling thiserror v1.0.69
2026-07-01T21:38:46.0424434Z    Compiling mac-addr v0.3.0
2026-07-01T21:38:46.0456190Z    Compiling ref-cast v1.0.25
2026-07-01T21:38:46.0655300Z    Compiling foldhash v0.2.0
2026-07-01T21:38:46.0792721Z    Compiling lru-slab v0.1.2
2026-07-01T21:38:46.1570536Z    Compiling rustc-hash v2.1.2
2026-07-01T21:38:46.2432717Z    Compiling hashbrown v0.16.1
2026-07-01T21:38:46.2469792Z    Compiling netdev v0.42.0
2026-07-01T21:38:46.3074094Z    Compiling n0-watcher v0.6.1
2026-07-01T21:38:46.3377273Z    Compiling strum v0.28.0
2026-07-01T21:38:46.3554126Z    Compiling moka v0.12.15
2026-07-01T21:38:46.5712137Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-01T21:38:46.5926229Z    Compiling xmltree v0.10.3
2026-07-01T21:38:46.6069264Z    Compiling attohttpc v0.30.1
2026-07-01T21:38:46.6069722Z    Compiling iroh-base v0.98.0
2026-07-01T21:38:46.6843704Z    Compiling tower-http v0.6.11
2026-07-01T21:38:46.7404150Z    Compiling tokio-stream v0.1.18
2026-07-01T21:38:46.8321917Z    Compiling iroh-metrics v0.38.3
2026-07-01T21:38:46.9367883Z    Compiling spt-store v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-01T21:38:47.2013722Z    Compiling iroh-relay v0.98.0
2026-07-01T21:38:47.2542150Z    Compiling toml_datetime v0.6.11
2026-07-01T21:38:47.2687003Z    Compiling serde_spanned v0.6.9
2026-07-01T21:38:47.3275821Z    Compiling num_enum v0.7.6
2026-07-01T21:38:47.4144459Z    Compiling thiserror-impl v1.0.69
2026-07-01T21:38:47.5756484Z    Compiling ref-cast-impl v1.0.25
2026-07-01T21:38:47.6095389Z    Compiling serde_derive_internals v0.29.1
2026-07-01T21:38:47.6610867Z    Compiling simple-dns v0.9.3
2026-07-01T21:38:47.6991141Z    Compiling serial-core v0.4.0
2026-07-01T21:38:47.7106717Z    Compiling aho-corasick v1.1.4
2026-07-01T21:38:47.9186972Z    Compiling resolv-conf v0.7.6
2026-07-01T21:38:48.1197635Z    Compiling smol_str v0.1.24
2026-07-01T21:38:48.1511362Z    Compiling regex-syntax v0.8.10
2026-07-01T21:38:48.1777423Z    Compiling winreg v0.10.1
2026-07-01T21:38:48.3349000Z    Compiling sha1_smol v1.0.1
2026-07-01T21:38:48.3841477Z    Compiling arrayref v0.3.9
2026-07-01T21:38:48.3964943Z    Compiling toml_write v0.1.2
2026-07-01T21:38:48.4180992Z    Compiling simdutf8 v0.1.5
2026-07-01T21:38:48.4959501Z    Compiling constant_time_eq v0.4.2
2026-07-01T21:38:48.4959914Z    Compiling winnow v0.7.15
2026-07-01T21:38:48.6233077Z    Compiling iroh-dns v0.98.0
2026-07-01T21:38:48.8502907Z    Compiling schemars_derive v1.2.1
2026-07-01T21:38:48.9833099Z    Compiling spt-msg v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-01T21:38:49.0244450Z    Compiling serial-windows v0.4.0
2026-07-01T21:38:49.2975869Z    Compiling lru v0.16.4
2026-07-01T21:38:49.3614721Z    Compiling webpki-roots v1.0.7
2026-07-01T21:38:49.3652000Z    Compiling seize v0.5.1
2026-07-01T21:38:49.4919971Z    Compiling hyper v1.10.1
2026-07-01T21:38:49.4924612Z    Compiling darling_core v0.23.0
2026-07-01T21:38:49.5225373Z    Compiling serde_bytes v0.11.19
2026-07-01T21:38:49.5386053Z    Compiling hmac v0.12.1
2026-07-01T21:38:49.6672892Z    Compiling iroh v0.98.2
2026-07-01T21:38:49.7665943Z    Compiling pin-utils v0.1.0
2026-07-01T21:38:49.8355391Z    Compiling bitflags v1.3.2
2026-07-01T21:38:49.8515675Z    Compiling anstyle v1.0.14
2026-07-01T21:38:49.9663463Z    Compiling regex-automata v0.4.14
2026-07-01T21:38:50.0872136Z    Compiling lazy_static v1.5.0
2026-07-01T21:38:50.0962784Z    Compiling dyn-clone v1.0.20
2026-07-01T21:38:50.1178351Z    Compiling toml_edit v0.22.27
2026-07-01T21:38:50.1928279Z    Compiling cmov v0.5.4
2026-07-01T21:38:50.2349736Z    Compiling once_cell_polyfill v1.70.2
2026-07-01T21:38:50.2571753Z    Compiling shared_library v0.1.9
2026-07-01T21:38:50.3536465Z    Compiling anstyle-wincon v3.0.11
2026-07-01T21:38:50.4131719Z    Compiling ctutils v0.4.2
2026-07-01T21:38:50.5170917Z    Compiling nix v0.25.1
2026-07-01T21:38:50.5494394Z    Compiling hkdf v0.12.4
2026-07-01T21:38:50.6253070Z    Compiling papaya v0.2.4
2026-07-01T21:38:50.6536596Z    Compiling schemars v1.2.1
2026-07-01T21:38:50.6727185Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-01T21:38:50.6728685Z    Compiling serial v0.4.0
2026-07-01T21:38:50.6881199Z    Compiling filedescriptor v0.8.3
2026-07-01T21:38:50.7839360Z    Compiling hyper-util v0.1.20
2026-07-01T21:38:50.9884367Z    Compiling backon v1.6.0
2026-07-01T21:38:51.0493115Z    Compiling anstyle-query v1.1.5
2026-07-01T21:38:51.2200729Z    Compiling anstyle-parse v1.0.0
2026-07-01T21:38:51.2774376Z    Compiling vte_generate_state_changes v0.1.2
2026-07-01T21:38:51.4291182Z    Compiling foldhash v0.1.5
2026-07-01T21:38:51.4763794Z    Compiling colorchoice v1.0.5
2026-07-01T21:38:51.5980842Z    Compiling is_terminal_polyfill v1.70.2
2026-07-01T21:38:51.5981440Z    Compiling downcast-rs v1.2.1
2026-07-01T21:38:51.6060857Z    Compiling instability v0.3.12
2026-07-01T21:38:51.6319317Z    Compiling paste v1.0.15
2026-07-01T21:38:51.6872297Z    Compiling shell-words v1.1.1
2026-07-01T21:38:51.6986890Z    Compiling anstream v1.0.0
2026-07-01T21:38:51.7205717Z    Compiling vte v0.13.1
2026-07-01T21:38:51.9106446Z    Compiling toml v0.8.23
2026-07-01T21:38:51.9418474Z    Compiling regex v1.12.3
2026-07-01T21:38:51.9848943Z    Compiling portable-pty v0.8.1
2026-07-01T21:38:52.0934368Z    Compiling igd-next v0.17.1
2026-07-01T21:38:52.1560048Z    Compiling hashbrown v0.15.5
2026-07-01T21:38:52.1670250Z    Compiling spake2 v0.4.0
2026-07-01T21:38:52.5124191Z    Compiling spt-runtime v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-01T21:38:52.5188813Z    Compiling terminal_size v0.4.4
2026-07-01T21:38:52.5881611Z    Compiling strum_macros v0.26.4
2026-07-01T21:38:52.6701707Z    Compiling crossterm_winapi v0.9.1
2026-07-01T21:38:52.7701058Z    Compiling darling_macro v0.23.0
2026-07-01T21:38:52.7767290Z    Compiling itertools v0.13.0
2026-07-01T21:38:52.8776410Z    Compiling sha1 v0.10.6
2026-07-01T21:38:53.0651203Z    Compiling castaway v0.2.4
2026-07-01T21:38:53.1541519Z    Compiling indoc v2.0.7
2026-07-01T21:38:53.1588245Z    Compiling recvmsg v1.0.0
2026-07-01T21:38:53.1693166Z    Compiling static_assertions v1.1.0
2026-07-01T21:38:53.2052822Z    Compiling darling v0.23.0
2026-07-01T21:38:53.2150466Z    Compiling unicode-width v0.1.14
2026-07-01T21:38:53.2627801Z    Compiling clap_lex v1.1.0
2026-07-01T21:38:53.3674388Z    Compiling wmi v0.18.4
2026-07-01T21:38:53.4760375Z    Compiling doctest-file v1.1.1
2026-07-01T21:38:53.4952627Z    Compiling clap_builder v4.6.0
2026-07-01T21:38:53.5144837Z    Compiling compact_str v0.8.2
2026-07-01T21:38:53.5826603Z    Compiling crossterm v0.28.1
2026-07-01T21:38:53.9895874Z    Compiling interprocess v2.4.2
2026-07-01T21:38:54.3506628Z    Compiling unicode-truncate v1.1.0
2026-07-01T21:38:54.3993264Z    Compiling lru v0.12.5
2026-07-01T21:38:54.5173888Z    Compiling spt-term v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-01T21:38:54.6583460Z    Compiling strum v0.26.3
2026-07-01T21:38:54.8449558Z    Compiling spt-live v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-01T21:38:55.1136386Z    Compiling portmapper v0.16.0
2026-07-01T21:38:55.1316097Z    Compiling clap_derive v4.6.1
2026-07-01T21:38:55.2348405Z    Compiling error-code v3.3.2
2026-07-01T21:38:55.3422422Z    Compiling unicode-width v0.2.0
2026-07-01T21:38:55.3450653Z    Compiling cassowary v0.3.0
2026-07-01T21:38:55.3983396Z    Compiling clipboard-win v5.4.1
2026-07-01T21:38:55.4180597Z    Compiling nucleo-matcher v0.3.1
2026-07-01T21:38:55.6444048Z    Compiling ratatui v0.29.0
2026-07-01T21:38:55.8671128Z    Compiling qrcode v0.14.1
2026-07-01T21:38:56.1426728Z    Compiling tempfile v3.27.0
2026-07-01T21:38:57.0130320Z    Compiling clap v4.6.1
2026-07-01T21:39:07.5787968Z    Compiling rustls-webpki v0.103.13
2026-07-01T21:39:09.7899109Z    Compiling tokio-rustls v0.26.4
2026-07-01T21:39:09.7899473Z    Compiling rustls-platform-verifier v0.7.0
2026-07-01T21:39:09.7900034Z    Compiling noq-proto v0.17.0
2026-07-01T21:39:09.9235467Z    Compiling hyper-rustls v0.27.9
2026-07-01T21:39:09.9235832Z    Compiling hickory-net v0.26.0-beta.4
2026-07-01T21:39:09.9236102Z    Compiling tokio-websockets v0.13.2
2026-07-01T21:39:10.0764841Z    Compiling reqwest v0.13.4
2026-07-01T21:39:10.9914998Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-01T21:39:26.9690108Z    Compiling spt-net v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-01T21:39:28.3874553Z    Compiling spt-daemon v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-01T21:39:37.1265676Z    Compiling spt v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-01T21:39:44.7270954Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
2026-07-01T21:39:44.7481245Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-b786fd094b9bf0e1.exe)
2026-07-01T21:39:44.8021402Z 
2026-07-01T21:39:44.8021736Z running 1 test
2026-07-01T21:39:51.7818033Z test new_brain_serves_against_old_broker ... ok
2026-07-01T21:39:51.7818276Z 
2026-07-01T21:39:51.7818528Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.98s
2026-07-01T21:39:51.7818769Z 
